home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.08 Aug 96 / Shared Libes CPX / Example Libraries / C++ Lib Example / how to do extern c next >
Encoding:
Text File  |  1995-07-23  |  87 b   |  10 lines  |  [TEXT/MPCC]

  1. #if defined(__cplusplus)
  2. extern "C" {
  3. #endif
  4.  
  5. .....
  6.  
  7. #if defined(__cplusplus)
  8. }
  9. #endif
  10.